@@ -353,7 +353,7 @@ class MemberActivityInfo(BaseModelMixin): |
||
| 353 | 353 |
return u'报名中' |
| 354 | 354 |
tdate = tc.local_date() |
| 355 | 355 |
if tdate < self.date: |
| 356 |
- return u'报名中' if self.is_signup else '进行中' |
|
| 356 |
+ return u'报名中' if self.is_signup else u'进行中' |
|
| 357 | 357 |
if tdate == self.date: |
| 358 | 358 |
return u'活动中' |
| 359 | 359 |
return u'已结束' |